ontabload Event |
This event is fired when a tab is loaded.
Syntax
Inline HTML |
<div cordysType="wcp.library.ui.Tabs" id = "tabID" ontabload="handler()"> ... </div> |
Event property |
tabID.ontabload = handler |
Event Information
To invoke |
Create a tab usingcreateTaborgetTab. Use application'sselect()method to select or create a tab. |
Default Action |
Initiates any action associated with this event. |
Event Object Properties
Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.
Property |
Description |
---|---|
tabId |
Read-only. String that denotes the unique identifier of the tab that is currently loaded. |